Welcome![Sign In][Sign Up]
Location:
Search - xml C

Search list

[CSharpXML

Description: c#的复杂的tree和xml联系起来的原码。自己独创,没有参考别的。不过是日文版的。-tree and xml operate
Platform: | Size: 148480 | Author: zjp_88_66 | Hits:

[.netxml-rpc[1].net.2.1.0

Description: xmlrpc.net 包括c#和vb.net简单例子-xmlrpc.net
Platform: | Size: 315392 | Author: linchangbo | Hits:

[OtherCUnit-2.1-0-src.tar

Description: linux 下 C程序单元测试,可以实现交互模式和静态模式,并可以生成xml测试结果显示文档-linux C unit test
Platform: | Size: 628736 | Author: 刘敏 | Hits:

[xml-soap-webservicexerces-c-3.0.1

Description: xerces,开源的XML处理库,以前用过2.7版,现在下的3.0版!-using xml!
Platform: | Size: 7099392 | Author: 陈兰民 | Hits:

[SymbianSyExpat

Description: symbian XML文档解析,已封装好,可直接使用-symbian XML document analysis, has been packaged, and can be directly used
Platform: | Size: 515072 | Author: 王一 | Hits:

[xml-soap-webservicec++_ParseXML

Description: These sample files contain a collection of snippets showing how to use the MSXML parser from C++ (VC 6.0). The sample program demonstrates: - Loading an XML document from disk, - Loading an XML document from a URL, - Building an XML document in memory, - Walking a loaded XML document tree, - Saving an XML document to disk.-These sample files contain a collection of snippets showing how to use the MSXML parser from C++ (VC 6.0). The sample program demonstrates: - Loading an XML document from disk, - Loading an XML document from a URL, - Building an XML document in memory, - Walking a loaded XML document tree, - Saving an XML document to disk.
Platform: | Size: 9216 | Author: Luis Cipher | Hits:

[Bookswfhxml

Description: xml基础知识,可以帮助入门,了解xml的基本语法功能和使用规范-xml basic knowledge can help started to understand the basic grammatical function and xml use of standardized
Platform: | Size: 1435648 | Author: 王丽 | Hits:

[Windows Developxerces-c-3.0.0

Description: xerces-c-3.0.0版本可以快速处理XML文件读写功能开发包API应用包含源代码-xerces-c-3.0.0API
Platform: | Size: 7098368 | Author: lbb | Hits:

[File OperateXML_cpp

Description: vc解析xml文件的源代码,对初学者相当有用!-vc parse xml file source code is useful for beginners!
Platform: | Size: 2728960 | Author: shichonglin | Hits:

[File OperateXMLForVC

Description: VC 操作 XML,读取,修改,删除,增加节点等等操作 -xml operat(add,modify,delete,read & etc),VC source code
Platform: | Size: 172032 | Author: | Hits:

[xml-soap-webserviceXML

Description: XML解释器的算法实现,用来显示一个二叉树-XML interpreter algorithm is used to display a binary tree
Platform: | Size: 6144 | Author: 周周 | Hits:

[xml-soap-webservicexerces-c-3.1.1.tar

Description: Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,SAX是按行遍历XML文档的,而DOM是先把XML文档生成树,然后遍历DOM树,来解析每个节点.-C++ is a very Xerces- healthy XML parser, it provides two analytic method of XML document, DOM and interesting. Interesting is an object-oriented programming API. An event sequence analysis engine consumes XML data, and found in the XML data structure and callback applications of these callback called event handler is different, with interesting. It allows for an XML document to edit and keep a file or flow, but also allows to programming build an XML document. DOM provides a memory of the models, you can traverse document tree, delete the node or grafting new nodes. And analytical interesting events, DOM events reflects different user interaction with the document and the use of the document. Generally speaking, interesting is according to the east, and alex XML document DOM is an XML document, then traverse spanning tree, DOM tree analysis each node.
Platform: | Size: 5051392 | Author: coldwater | Hits:

[Linux-Unixxml

Description: 可以解析xml文件,非常简单,用c++写的-xml
Platform: | Size: 27648 | Author: shiwei | Hits:

[Internet-Networkxml

Description: c++ 读写xml文件包括xml的读写修改生成等功能 很不错的有-c++ xml read xml files, including reading and writing to modify the generated functions are very good
Platform: | Size: 1024 | Author: zxh062 | Hits:

[CSharpXML

Description: 通过C#访问XML文件,实现对XML文档的读写操作,适合初学者使用-Access through C# XML files, XML documents to achieve the reading and writing, for beginners
Platform: | Size: 621568 | Author: 吴燕萍 | Hits:

[File OperateCSharp-Operate-XML

Description: C#对XML的基本操作,这是源码,供给大家一起学习,一起提高!-C# XML
Platform: | Size: 11264 | Author: xidianbabin | Hits:

[CSharpCSharp-read-write-XML

Description: 一个简单的C#读写XML文件的实例程序,基于VS2008平台-read and write XML files ,example
Platform: | Size: 1024 | Author: | Hits:

[CSharpXML

Description: xml c语方教育网站 用xml 文件进行存储-xml c
Platform: | Size: 658432 | Author: xiaofeng | Hits:

[Windows DevelopMFC-parse-XML-file-types

Description: C++标准库中没有操作XML的方法,用C++操作XML文件必须熟悉一种函数库,LIBXML2是其中一种很优秀的XML库,而且它同时支持多种编程语言;2)LIBXML2库的Tutorial写得不太好,尤其是编码转换的部分,不适用于中文编码的转换;3)网上的大多数关于Libxml2的介绍仅仅是翻译了自带的资料,没有详细介绍如何在windows平台下进行编程,更很少提到如何解决中文问题。-C++ standard library no way to manipulate XML, C++, XML documents must be familiar with the operation of a library, LIBXML2 is one very good XML library, and it supports multiple programming languages Tutorial 2) LIBXML2 library written not very good, especially the transcoding section does not apply to Chinese encoding conversion 3) most online presentation about Libxml2 merely translated the information that comes with no details of how to program in the windows platform, more little mention of how to solve the Chinese problem.
Platform: | Size: 4096 | Author: 曾小丽 | Hits:

[Windows DevelopC#XML入门经典(源码)

Description: C# XML 应用入门源码。初学者可以参考(C# XML application entry source. Beginners can refer to)
Platform: | Size: 1431552 | Author: 水古月 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net